summaryrefslogtreecommitdiff
path: root/src/gamestate.cpp
blob: fcd343316be31b563a29f39f3d6a1f4113e27d93 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "gamestate.h"

GameState::GameState( Game *pGame ) :
	pGame( pGame )
{
}

GameState::~GameState()
{
}